This program was originally written by Krsev Ivan and submitted to http://www.a1vbcode.com

As he says I can use it as I wish, so I wish to make a crackme out of it. The original version also claimed to crack Access 97 password but I removed the functionality. If you want to view its original source or use this program for any purposes, you may want to thank him for his fantastic proggy. His original readme follows:

'***************************************************
'Author: Krsev Ivan
'Description: this program retrieve ms access database password
'Author Email address: ivan@chameleon.co.yu
'Use this program as you whish, just drop me an email to say thank you
'that's my reward
'Because i'm lasy i used forms from Vipul Parmar and part for access97 pasword


'In accsess 2000 password is stored at the begining of file at offset 0x42H
'Differencies from access 97 is that every char uses 2 (A1 E2) words insted of 1 (A1) probably because of unicode
'But we are dealing only with half of it. Not interested in right half
'Access2000 password is limited on 20 chars MAX, if you use more it'll be truncated
'****************************************************
